Description
Set the task as done.
Operation id | Document.Routing.EvaluateCondition |
Category | Routing |
Label | Set Task Done |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | void |
Implementation Information
JSON Definition
{
"id" : "Document.Routing.EvaluateCondition",
"label" : "Set Task Done",
"category" : "Routing",
"requires" : null,
"description" : "Set the task as done.",
"url" : "Document.Routing.EvaluateCondition",
"signature" : [ "document", "void" ],
"params" : [ {
"name" : "operator",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "subject",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "value",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}